auto merge of #630 : alexcrichton/cargo/issue-432, r=brson
authorbors <bors@rust-lang.org>
Fri, 3 Oct 2014 01:57:14 +0000 (01:57 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Oct 2014 01:57:14 +0000 (01:57 +0000)
commitf0762dfc1340c24ad87fa59027d5308c96867393
tree26d661a3f20a5269ab8e5ded74af4d3a9c9a8de2
parenta2bbb2a323d0d5ebecd0149c2098e91ca7f23a13
parenta7423e676564829c1452e13b45241b8a2a096313
auto merge of #630 : alexcrichton/cargo/issue-432, r=brson

This is a series of commits which culminates in fixing #432, fixing a number of other related issues along the way. The biggest user-facing fix here is that if you run `cargo build` followed by `cargo test` your library will no longer be rebuilt if you have dev-dependencies.